Fix symbol lists for make check.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 Feb 2006 16:48:34 +0000 (16:48 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 27 Feb 2006 16:48:34 +0000 (16:48 +0000)
2006-02-27  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk.symbols:
* gtk/gtktrayicon-x11.c: Fix symbol lists for make check.

ChangeLog
ChangeLog.pre-2-10
gtk/gtk.symbols
gtk/gtktrayicon-x11.c
gtk/xdgmime/ChangeLog
gtk/xdgmime/xdgmime.h

index 3dd85b75658e2087c719cc454bf57f9ba5d5608a..d85bcbdcb3e07a2157253e68ac0e5f0efd67323e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk.symbols:
+       * gtk/gtktrayicon-x11.c: Fix symbol lists for make check.
+
 2006-02-27  Michael Natterer  <mitch@imendio.com>
 
        * gdk/x11/gdksettings.c: map "gtk-touchscreen-mode" to the
index 3dd85b75658e2087c719cc454bf57f9ba5d5608a..d85bcbdcb3e07a2157253e68ac0e5f0efd67323e 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk.symbols:
+       * gtk/gtktrayicon-x11.c: Fix symbol lists for make check.
+
 2006-02-27  Michael Natterer  <mitch@imendio.com>
 
        * gdk/x11/gdksettings.c: map "gtk-touchscreen-mode" to the
index ec7e7cc45786f1eb81555e69de12fac0bba56710..570eaf9da6d44fa24e430669c1cff6e6bd9a55e7 100644 (file)
@@ -247,12 +247,14 @@ gtk_notebook_tab_get_type G_GNUC_CONST
 gtk_anchor_type_get_type G_GNUC_CONST
 gtk_arg_flags_get_type G_GNUC_CONST
 gtk_arrow_type_get_type G_GNUC_CONST
+gtk_assistant_page_type_get_type G_GNUC_CONST
 gtk_attach_options_get_type G_GNUC_CONST
 gtk_button_action_get_type G_GNUC_CONST
 gtk_buttons_type_get_type G_GNUC_CONST
 gtk_calendar_display_options_get_type G_GNUC_CONST
 gtk_cell_renderer_mode_get_type G_GNUC_CONST
 gtk_cell_renderer_state_get_type G_GNUC_CONST
+gtk_cell_renderer_accel_mode_get_type
 gtk_corner_type_get_type G_GNUC_CONST
 gtk_debug_flag_get_type G_GNUC_CONST
 gtk_delete_type_get_type G_GNUC_CONST
@@ -265,6 +267,7 @@ gtk_file_chooser_action_get_type G_GNUC_CONST
 gtk_file_chooser_confirmation_get_type G_GNUC_CONST
 gtk_file_filter_flags_get_type G_GNUC_CONST
 gtk_icon_view_drop_position_get_type G_GNUC_CONST
+gtk_sensitivity_type_get_type G_GNUC_CONST
 gtk_window_type_get_type G_GNUC_CONST
 gtk_wrap_mode_get_type G_GNUC_CONST
 gtk_widget_flags_get_type G_GNUC_CONST
@@ -3396,6 +3399,12 @@ gtk_tooltips_set_tip
 #endif
 #endif
 
+#if IN_HEADER(__GTK_TRAY_ICON_H__)
+#if IN_FILE(__GTK_TRAY_ICON_X11_C__)
+gtk_tray_icon_get_type G_GNUC_CONST
+#endif
+#endif
+
 #if IN_HEADER(__GTK_TREE_H__)
 #if IN_FILE(__GTK_TREE_C__)
 gtk_tree_append
index f6a39e6a934a9ebc75dab289992c9a60944eaf52..aa3877425de53e0954f0d0e1a20095f9593b7ffa 100755 (executable)
@@ -501,3 +501,7 @@ _gtk_tray_icon_get_orientation (GtkTrayIcon *icon)
   return icon->priv->orientation;
 }
 
+
+#define __GTK_TRAY_ICON_X11_C__
+#include "gtkaliasdef.c"
+
index b49b4237158f213fd6cc0dfc19215c7ab50f6dd6..3bf1f54fb659b5daf3e9a362e73e65fff0e11eb6 100644 (file)
@@ -1,3 +1,7 @@
+2006-02-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmime.h (xdg_mime_dump): Don't export xdg_mime_dump.
+
 2005-12-01  Matthias Clasen  <mclasen@redhat.com>
 
        * Merge upstream changes to handle duplicate glob
index 28894423aa0922262d7e24a4200703ca5515e02b..08103fc64c7cc1274332041ef128141d677b7679 100644 (file)
@@ -59,6 +59,7 @@ typedef void (*XdgMimeDestroy)  (void *user_data);
 #define xdg_mime_unalias_mime_type            XDG_ENTRY(unalias_mime_type)
 #define xdg_mime_get_max_buffer_extents       XDG_ENTRY(get_max_buffer_extents)
 #define xdg_mime_shutdown                     XDG_ENTRY(shutdown)
+#define xdg_mime_dump                         XDG_ENTRY(dump)
 #define xdg_mime_register_reload_callback     XDG_ENTRY(register_reload_callback)
 #define xdg_mime_remove_callback              XDG_ENTRY(remove_callback)
 #define xdg_mime_type_unknown                 XDG_ENTRY(type_unknown)